bail out early if priv->button is NULL to avoid zillions of warnings when
authorMichael Natterer <mitch@imendio.com>
Tue, 5 Aug 2008 15:44:04 +0000 (15:44 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Tue, 5 Aug 2008 15:44:04 +0000 (15:44 +0000)
commitda61c61c4bfdd6adc085e6fed4a5f4153311d1de
tree68c91570d3a4f4d2b55c31ecc788dca454d1f43b
parentf2527e8d07a1a3bb255e219c0830474c2863c561
bail out early if priv->button is NULL to avoid zillions of warnings when

2008-08-05  Michael Natterer  <mitch@imendio.com>

* gtk/gtkcombobox.c (gtk_combo_box_update_sensitivity): bail out
early if priv->button is NULL to avoid zillions of warnings when
destroying combo boxes that were working fine before the
button sensitivity patch.

svn path=/trunk/; revision=21014
ChangeLog
gtk/gtkcombobox.c